FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportObjectNamedList<TItem> Class
The type of elements in the collection.
Members

In This Topic
    ReportObjectNamedList<TItem> Class
    In This Topic
    Represents the list of strong named report objects.
    Object Model
    ReportObjectNamedList<TItem> Class
    Syntax
    'Declaration
     
    Public MustInherit Class ReportObjectNamedList(Of TItem As StrongNamedReportObject) 
       Inherits ReportObjectList(Of TItem)
    public abstract class ReportObjectNamedList<TItem> : ReportObjectList<TItem> 
    where TItem: StrongNamedReportObject
    Type Parameters
    TItem
    The type of elements in the collection.
    Inheritance Hierarchy

    System.Object
       C1.Xaml.FlexReport.ReportObjectCollection<TItem>
          C1.Xaml.FlexReport.ReportObjectList<TItem>
             C1.Xaml.FlexReport.ReportObjectNamedList<TItem>
                C1.Xaml.FlexReport.DataSourceCollection

    See Also